home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / opt / PageSize-A4only.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  1.5 KB  |  43 lines

  1. <option type="enum" id="opt/PageSize-A4only">
  2.   <!-- This option is fake, it has only one choice: A4, it serves for
  3.        drivers which are hard-coded to A4 paper size to satisfy the
  4.        demand of CUPS having always a PageSize option. Some frontends
  5.        (as printerdrake) will not show it because it has only one choice -->
  6.   <!-- A multilingual <comments> block can appear here, too;
  7.        it should be treated as documentation for the user. -->
  8.   <arg_longname>
  9.    <en>Page Size</en>
  10.   </arg_longname>
  11.   <arg_shortname>
  12.    <en>PageSize</en><!-- backends only know <en> shortnames! -->
  13.   </arg_shortname>
  14.   <arg_execution>
  15.    <arg_group>General</arg_group>
  16.    <arg_order>100</arg_order>
  17.    <arg_spot>A</arg_spot>
  18.    <arg_substitution />
  19.    <arg_proto>%s</arg_proto>
  20.   </arg_execution>
  21.   <constraints>
  22.      <constraint sense="false">
  23.       <driver>drv_z42</driver>
  24.       <arg_defval>ev/PageSize-A4only-A4</arg_defval>
  25.      </constraint>
  26.   </constraints>
  27.   <enum_vals>
  28.    <enum_val id="ev/PageSize-A4only-A4">
  29.     <ev_longname>
  30.      <en>A4</en>
  31.     </ev_longname>
  32.     <!-- A multilingual <comments> block can appear here, too;
  33.          it should be treated as documentation for the user. -->
  34.     <ev_shortname>
  35.      <en>A4</en>
  36.      <!-- Until someone tells me how to learn the user locale in 
  37.           backends, the shortname must be monolingual in <en>! -->
  38.     </ev_shortname>
  39.     <ev_driverval> -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842</ev_driverval>
  40.    </enum_val>
  41.   </enum_vals>
  42. </option>
  43.